home *** CD-ROM | disk | FTP | other *** search
/ 501 Great Games / 501 Great Games - Volume One (2001)(Guildhall Leisure Services).iso / PENCILS1 / _SETUP.1 / CALENDAR.EXE / 0 / RCDATA / TFORM6 / TFORM6.txt
Text File  |  1998-06-29  |  1KB  |  72 lines

  1. object Form6: TForm6
  2.   Left = 205
  3.   Top = 288
  4.   BorderIcons = []
  5.   BorderStyle = bsDialog
  6.   Caption = 'Calendar Characters'
  7.   ClientHeight = 176
  8.   ClientWidth = 233
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   Position = poScreenCenter
  14.   PixelsPerInch = 96
  15.   TextHeight = 13
  16.   object Label1: TLabel
  17.     Left = 8
  18.     Top = 8
  19.     Width = 159
  20.     Height = 13
  21.     Caption = 'Choose your calendar characters:'
  22.   end
  23.   object RadioGroup1: TRadioGroup
  24.     Left = 8
  25.     Top = 32
  26.     Width = 105
  27.     Height = 105
  28.     Caption = 'Left side'
  29.     Items.Strings = (
  30.       'Angel-Pea'
  31.       'Ashley'
  32.       'Gup-Pea'
  33.       'L-M-N-O-Pea'
  34.       'Tyler')
  35.     TabOrder = 0
  36.   end
  37.   object RadioGroup2: TRadioGroup
  38.     Left = 120
  39.     Top = 32
  40.     Width = 105
  41.     Height = 105
  42.     Caption = 'Right side'
  43.     Items.Strings = (
  44.       'Angel-Pea'
  45.       'Ashley'
  46.       'Gup-Pea'
  47.       'L-M-N-O-Pea'
  48.       'Tyler')
  49.     TabOrder = 1
  50.   end
  51.   object Button1: TButton
  52.     Left = 40
  53.     Top = 144
  54.     Width = 75
  55.     Height = 25
  56.     Caption = 'OK'
  57.     Default = True
  58.     TabOrder = 2
  59.     OnClick = Button1Click
  60.   end
  61.   object Button2: TButton
  62.     Left = 120
  63.     Top = 144
  64.     Width = 75
  65.     Height = 25
  66.     Cancel = True
  67.     Caption = 'Cancel'
  68.     TabOrder = 3
  69.     OnClick = Button2Click
  70.   end
  71. end
  72.